Skip to main content

Jest-异步测试

在Jest中使用异步测试的方法

callback

Promise

  • 返回promise

  • 使用async

  • 使用expect返回的resolves和rejects函数